trunk-group-setting
This command configures the Trunk Group Settings table, which lets you define various settings per Trunk Group.
Syntax
(config-voip)# gateway trunk-group-setting <Index> (trunk-group-setting-<Index>)#
| Command | Description | 
|---|---|
| Index | Defines the table row index. | 
| channel-select-mode {always-ascending|always-descending|channel-cyclic-ascending|cyclic-descending|dst-number-ascending|dst-number-cyclic-ascending|dst-phone-number|not-configured|ring-to-hunt-group|select-trunk-by-supp-serv-table|src-phone-number|trunk-channel-cyclic-ascending|trunk-cyclic-ascending} | Defines the method by which IP-to-Tel calls are assigned to the channels of the Trunk Group. | 
| contact-user | Defines the user part for the SIP Contact URI in INVITE messages, and the From, To, and Contact headers in REGISTER requests. | 
| dedicated-connection-mode {connection-per-endpoint| reuse-connection} | Enables the use of a dedicated TCP socket for SIP traffic (REGISTER, re-REGISTER, SUBSCRIBE, and INVITE messages) per FXS analog channel (endpoint). | 
| gateway-name | Defines the host name for the SIP From header in INVITE messages, and the From and To headers in REGISTER requests. | 
| mwi-interrogation-type {none|not-configured|result-not-used|use-activate-only|use-result} | Defines message waiting indication (MWI) QSIG-to-IP interworking for interrogating MWI supplementary services. | 
| registration-mode {dont-register|not-configured|per-account|per-endpoint|per-gateway} | Defines the registration method of the Trunk Group. | 
| serving-ip-group-name | Assigns an IP Group to where the device sends INVITE messages for calls received from the Trunk Group. | 
| trunk-group-id | Defines the Trunk Group ID that you want to configure. | 
| trunk-group-name | Defines a descriptive name, which is used when associating the row in other tables. | 
| used-by-routing-server {not-used|used} | Enables the use of the Trunk Group by a routing server for routing decisions. | 
Command Mode
Privileged User
Example
This example configures channel select method to ascending for Trunk Group 1:
(config-voip)# gateway gateway trunk-group-setting 0 (trunk-group-setting-0)# trunk-group-name PSTN (trunk-group-0)# trunk-group-id 1 (trunk-group-0)# channel-select-mode always-ascending (trunk-group-0)# activate